Skip to content

Commit 1f0703f

Browse files
committed
fix(ontology): re-parent the FIBU subtree under fibofnd so OGIT lookup inherits FIBO/FIBU OWL
The financial subtree was flat under dolce: only odoo inherited fibofnd (FIBO Foundations), while zugferd / fibobe / skr03 / skr04 each inherited dolce directly — so a ZUGFeRD or SKR lookup did NOT transitively pick up the FIBO/FIBU OWL the way an odoo lookup does. Re-parent to fibofnd (slot 20, sorts before all four children so the build.rs parent-known-before-child validation passes): zugferd: dolce -> fibofnd (Factur-X e-invoicing under FIBO Foundations) fibobe: dolce -> fibofnd (FIBO Business Entities extends FND, per real FIBO) skr03: dolce -> fibofnd (German chart of accounts under the FIBO foundation) skr04: dolce -> fibofnd Family table regenerated via build.rs; lance-graph-contract green (454 tests, no inherits_from validation panic). Verified at user request ("make sure OGIT lookup inherits FIBU and ZUGFeRD-related OWL"). https://claude.ai/code/session_017GFLBnDy23AWBqvkbHHC41
1 parent 2cc7b09 commit 1f0703f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

modules/fibobe/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ rbac_policy: ~
2020
stack_profile: ~
2121
action_capabilities: {}
2222
actor: ~
23-
inherits_from: dolce
23+
inherits_from: fibofnd

modules/skr03/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ rbac_policy: ~
3030
stack_profile: ~
3131
action_capabilities: {}
3232
actor: ~
33-
inherits_from: dolce
33+
inherits_from: fibofnd

modules/skr04/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ rbac_policy: ~
3131
stack_profile: ~
3232
action_capabilities: {}
3333
actor: ~
34-
inherits_from: dolce
34+
inherits_from: fibofnd

modules/zugferd/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ rbac_policy: ~
2121
stack_profile: ~
2222
action_capabilities: {}
2323
actor: ~
24-
inherits_from: dolce
24+
inherits_from: fibofnd

0 commit comments

Comments
 (0)