Skip to content

Commit 1b2c450

Browse files
authored
Merge pull request #597 from AdaWorldAPI/claude/contract-mirror-product-and-accounting-account-from-ogar-111
fix(contract+lock): extend ogar_codebook mirror with PRODUCT + ACCOUNTING_ACCOUNT (OGAR #111) and bump pin
2 parents 36059ce + 6d7bc28 commit 1b2c450

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lance-graph-contract/src/ogar_codebook.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,13 @@ pub const CODEBOOK: &[(&str, u16)] = &[
287287
("billing_party", 0x0204),
288288
("payment_record", 0x0205),
289289
("currency_policy", 0x0206),
290+
// Phase-3 mints per OGAR PR #111: both product.template / product.product
291+
// and account.account / account.account.template converge on these two
292+
// canonical concepts (same convergence pattern as account.move ↔ sale.order
293+
// → commercial_document). Closes the cross-axis identity gap surfaced by
294+
// odoo-rs PR #14.
295+
("product", 0x0207),
296+
("accounting_account", 0x0208),
290297
// ── 0x09XX — Health domain (MedCare; OGIT NTO/Healthcare promotion) ──
291298
("patient", 0x0901),
292299
("diagnosis", 0x0902),

0 commit comments

Comments
 (0)