Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees

- Add detection of orphaned worktree directories (empty dirs or worktrees/ paths without .git)
- Implement automatic removal of orphaned worktrees with --fix option
- Remove orphaned worktrees oca-ocb-accounting-16.1 and oca-ocb-core-16.1
- Update script documentation to explain worktree handling

🤖 assisted by claude

🤖 assisted by claude
This commit is contained in:
Ernad Husremovic 2025-11-16 17:33:47 +01:00
parent 5af1c202d0
commit ff721d030e
72 changed files with 163 additions and 163 deletions

View file

@ -2,10 +2,10 @@
This addon depends on: This addon depends on:
- [l10n_generic_coa](https://github.com/bringout/oca-ocb-l10n_americas/tree/a5fdd4dbc123aec829e4d1f27d1b225407ea7f92/odoo-bringout-oca-ocb-l10n_generic_coa) - [l10n_generic_coa](https://github.com/bringout/oca-ocb-l10n_americas/tree/d67a97dbecde35f05b8809699ae291d13b4abdd0/odoo-bringout-oca-ocb-l10n_generic_coa)
- [account_edi_ubl_cii](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account_edi_ubl_cii) - [account_edi_ubl_cii](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account_edi_ubl_cii)
- [l10n_fr](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_fr) - [l10n_fr](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_fr)
- [l10n_be](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_be) - [l10n_be](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_be)
- [l10n_de](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_de) - [l10n_de](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_de)
- [l10n_nl](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_nl) - [l10n_nl](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_nl)
- [l10n_au](https://github.com/bringout/oca-ocb-l10n_asia-pacific/tree/bbd07224c6f605fd90bfd9afc109b02df2e8e75c/odoo-bringout-oca-ocb-l10n_au) - [l10n_au](https://github.com/bringout/oca-ocb-l10n_asia-pacific/tree/6a7efa8ea5bd75e47e051fd9a029c636a0b70b04/odoo-bringout-oca-ocb-l10n_au)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [website_sale](https://github.com/bringout/oca-ocb-sale/tree/180760d29eed276994d9dc061dc7089d5bfe0014/odoo-bringout-oca-ocb-website_sale) - [website_sale](https://github.com/bringout/oca-ocb-sale/tree/671ef3554c94fdec41d5dc2b4451bdcfb9abf66e/odoo-bringout-oca-ocb-website_sale)
- [l10n_ar](https://github.com/bringout/oca-ocb-l10n_americas/tree/a5fdd4dbc123aec829e4d1f27d1b225407ea7f92/odoo-bringout-oca-ocb-l10n_ar) - [l10n_ar](https://github.com/bringout/oca-ocb-l10n_americas/tree/d67a97dbecde35f05b8809699ae291d13b4abdd0/odoo-bringout-oca-ocb-l10n_ar)

View file

@ -2,7 +2,7 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)
- [l10n_din5008](https://github.com/bringout/oca-ocb-l10n_asia-pacific/tree/bbd07224c6f605fd90bfd9afc109b02df2e8e75c/odoo-bringout-oca-ocb-l10n_din5008) - [l10n_din5008](https://github.com/bringout/oca-ocb-l10n_asia-pacific/tree/6a7efa8ea5bd75e47e051fd9a029c636a0b70b04/odoo-bringout-oca-ocb-l10n_din5008)

View file

@ -2,7 +2,7 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)
- [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/d1a41b644bc0feea2c1fb7d422a16116728e239c/odoo-bringout-oca-ocb-l10n_multilang) - [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/5d0e112691593397338acca9076447c4b70fa490/odoo-bringout-oca-ocb-l10n_multilang)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [pos_sale](https://github.com/bringout/oca-ocb-sale/tree/180760d29eed276994d9dc061dc7089d5bfe0014/odoo-bringout-oca-ocb-pos_sale) - [pos_sale](https://github.com/bringout/oca-ocb-sale/tree/671ef3554c94fdec41d5dc2b4451bdcfb9abf66e/odoo-bringout-oca-ocb-pos_sale)
- [l10n_be](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_be) - [l10n_be](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_be)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)
- [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/d1a41b644bc0feea2c1fb7d422a16116728e239c/odoo-bringout-oca-ocb-l10n_multilang) - [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/5d0e112691593397338acca9076447c4b70fa490/odoo-bringout-oca-ocb-l10n_multilang)

View file

@ -2,7 +2,7 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/d1a41b644bc0feea2c1fb7d422a16116728e239c/odoo-bringout-oca-ocb-l10n_multilang) - [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/5d0e112691593397338acca9076447c4b70fa490/odoo-bringout-oca-ocb-l10n_multilang)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)
- [l10n_din5008](https://github.com/bringout/oca-ocb-l10n_asia-pacific/tree/bbd07224c6f605fd90bfd9afc109b02df2e8e75c/odoo-bringout-oca-ocb-l10n_din5008) - [l10n_din5008](https://github.com/bringout/oca-ocb-l10n_asia-pacific/tree/6a7efa8ea5bd75e47e051fd9a029c636a0b70b04/odoo-bringout-oca-ocb-l10n_din5008)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [l10n_ch](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_ch) - [l10n_ch](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_ch)
- [point_of_sale](https://github.com/bringout/oca-ocb-sale/tree/180760d29eed276994d9dc061dc7089d5bfe0014/odoo-bringout-oca-ocb-point_of_sale) - [point_of_sale](https://github.com/bringout/oca-ocb-sale/tree/671ef3554c94fdec41d5dc2b4451bdcfb9abf66e/odoo-bringout-oca-ocb-point_of_sale)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [l10n_cn](https://github.com/bringout/oca-ocb-l10n_asia-pacific/tree/bbd07224c6f605fd90bfd9afc109b02df2e8e75c/odoo-bringout-oca-ocb-l10n_cn) - [l10n_cn](https://github.com/bringout/oca-ocb-l10n_asia-pacific/tree/6a7efa8ea5bd75e47e051fd9a029c636a0b70b04/odoo-bringout-oca-ocb-l10n_cn)
- [base_address_extended](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_address_extended) - [base_address_extended](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_address_extended)

View file

@ -2,4 +2,4 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,7 +2,7 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)
- [l10n_din5008](https://github.com/bringout/oca-ocb-l10n_asia-pacific/tree/bbd07224c6f605fd90bfd9afc109b02df2e8e75c/odoo-bringout-oca-ocb-l10n_din5008) - [l10n_din5008](https://github.com/bringout/oca-ocb-l10n_asia-pacific/tree/6a7efa8ea5bd75e47e051fd9a029c636a0b70b04/odoo-bringout-oca-ocb-l10n_din5008)

View file

@ -2,4 +2,4 @@
This addon depends on: This addon depends on:
- [l10n_de](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_de) - [l10n_de](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_de)

View file

@ -2,4 +2,4 @@
This addon depends on: This addon depends on:
- [l10n_de](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_de) - [l10n_de](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_de)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [l10n_din5008](https://github.com/bringout/oca-ocb-l10n_asia-pacific/tree/bbd07224c6f605fd90bfd9afc109b02df2e8e75c/odoo-bringout-oca-ocb-l10n_din5008) - [l10n_din5008](https://github.com/bringout/oca-ocb-l10n_asia-pacific/tree/6a7efa8ea5bd75e47e051fd9a029c636a0b70b04/odoo-bringout-oca-ocb-l10n_din5008)
- [purchase](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-purchase) - [purchase](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-purchase)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/d1a41b644bc0feea2c1fb7d422a16116728e239c/odoo-bringout-oca-ocb-l10n_multilang) - [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/5d0e112691593397338acca9076447c4b70fa490/odoo-bringout-oca-ocb-l10n_multilang)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [l10n_es](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_es) - [l10n_es](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_es)
- [account_edi](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account_edi) - [account_edi](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account_edi)

View file

@ -2,4 +2,4 @@
This addon depends on: This addon depends on:
- [l10n_es_edi_sii](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_es_edi_sii) - [l10n_es_edi_sii](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_es_edi_sii)

View file

@ -2,4 +2,4 @@
This addon depends on: This addon depends on:
- [l10n_es_edi_tbai](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_es_edi_tbai) - [l10n_es_edi_tbai](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_es_edi_tbai)

View file

@ -2,4 +2,4 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)

View file

@ -2,4 +2,4 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [l10n_fi](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_fi) - [l10n_fi](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_fi)
- [sale](https://github.com/bringout/oca-ocb-sale/tree/180760d29eed276994d9dc061dc7089d5bfe0014/odoo-bringout-oca-ocb-sale) - [sale](https://github.com/bringout/oca-ocb-sale/tree/671ef3554c94fdec41d5dc2b4451bdcfb9abf66e/odoo-bringout-oca-ocb-sale)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [account_edi_ubl_cii](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account_edi_ubl_cii) - [account_edi_ubl_cii](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account_edi_ubl_cii)
- [l10n_fr](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_fr) - [l10n_fr](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_fr)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [l10n_fr](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_fr) - [l10n_fr](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_fr)
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)

View file

@ -2,4 +2,4 @@
This addon depends on: This addon depends on:
- [l10n_fr](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_fr) - [l10n_fr](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_fr)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [l10n_fr](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_fr) - [l10n_fr](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_fr)
- [point_of_sale](https://github.com/bringout/oca-ocb-sale/tree/180760d29eed276994d9dc061dc7089d5bfe0014/odoo-bringout-oca-ocb-point_of_sale) - [point_of_sale](https://github.com/bringout/oca-ocb-sale/tree/671ef3554c94fdec41d5dc2b4451bdcfb9abf66e/odoo-bringout-oca-ocb-point_of_sale)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [base](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base) - [base](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base)
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [base](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base) - [base](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base)
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)

View file

@ -2,4 +2,4 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)
- [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/d1a41b644bc0feea2c1fb7d422a16116728e239c/odoo-bringout-oca-ocb-l10n_multilang) - [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/5d0e112691593397338acca9076447c4b70fa490/odoo-bringout-oca-ocb-l10n_multilang)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)
- [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/d1a41b644bc0feea2c1fb7d422a16116728e239c/odoo-bringout-oca-ocb-l10n_multilang) - [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/5d0e112691593397338acca9076447c4b70fa490/odoo-bringout-oca-ocb-l10n_multilang)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [l10n_in](https://github.com/bringout/oca-ocb-l10n_asia-pacific/tree/bbd07224c6f605fd90bfd9afc109b02df2e8e75c/odoo-bringout-oca-ocb-l10n_in) - [l10n_in](https://github.com/bringout/oca-ocb-l10n_asia-pacific/tree/6a7efa8ea5bd75e47e051fd9a029c636a0b70b04/odoo-bringout-oca-ocb-l10n_in)
- [purchase](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-purchase) - [purchase](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-purchase)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [l10n_in_purchase](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_in_purchase) - [l10n_in_purchase](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_in_purchase)
- [l10n_in_stock](https://github.com/bringout/oca-ocb-l10n_asia-pacific/tree/bbd07224c6f605fd90bfd9afc109b02df2e8e75c/odoo-bringout-oca-ocb-l10n_in_stock) - [l10n_in_stock](https://github.com/bringout/oca-ocb-l10n_asia-pacific/tree/6a7efa8ea5bd75e47e051fd9a029c636a0b70b04/odoo-bringout-oca-ocb-l10n_in_stock)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [l10n_it](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_it) - [l10n_it](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_it)
- [account_edi](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account_edi) - [account_edi](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account_edi)
- [account_edi_proxy_client](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account_edi_proxy_client) - [account_edi_proxy_client](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account_edi_proxy_client)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [l10n_it_edi](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_it_edi) - [l10n_it_edi](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_it_edi)
- [sale](https://github.com/bringout/oca-ocb-sale/tree/180760d29eed276994d9dc061dc7089d5bfe0014/odoo-bringout-oca-ocb-sale) - [sale](https://github.com/bringout/oca-ocb-sale/tree/671ef3554c94fdec41d5dc2b4451bdcfb9abf66e/odoo-bringout-oca-ocb-sale)

View file

@ -2,4 +2,4 @@
This addon depends on: This addon depends on:
- [l10n_it_edi](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_it_edi) - [l10n_it_edi](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_it_edi)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [l10n_it_edi](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_it_edi) - [l10n_it_edi](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_it_edi)
- [website_sale](https://github.com/bringout/oca-ocb-sale/tree/180760d29eed276994d9dc061dc7089d5bfe0014/odoo-bringout-oca-ocb-website_sale) - [website_sale](https://github.com/bringout/oca-ocb-sale/tree/671ef3554c94fdec41d5dc2b4451bdcfb9abf66e/odoo-bringout-oca-ocb-website_sale)

View file

@ -2,4 +2,4 @@
This addon depends on: This addon depends on:
- [l10n_it_edi](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_it_edi) - [l10n_it_edi](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_it_edi)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [l10n_it_edi](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_it_edi) - [l10n_it_edi](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_it_edi)
- [delivery](https://github.com/bringout/oca-ocb-warehouse/tree/81e6496fce389797413505803016d3ac487ede13/odoo-bringout-oca-ocb-delivery) - [delivery](https://github.com/bringout/oca-ocb-warehouse/tree/c945b84263caf64889385d3735546b1fd94a8271/odoo-bringout-oca-ocb-delivery)
- [stock_account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-stock_account) - [stock_account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-stock_account)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [l10n_latam_invoice_document](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_latam_invoice_document) - [l10n_latam_invoice_document](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_latam_invoice_document)
- [account_sequence](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account_sequence) - [account_sequence](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account_sequence)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [contacts](https://github.com/bringout/oca-ocb-technical/tree/4694b2a7718eea6743646f61d172cd8cd8c0896b/odoo-bringout-oca-ocb-contacts) - [contacts](https://github.com/bringout/oca-ocb-technical/tree/13ecab7d7d80c5fa25d92dfcf1596b4dfc9b310e/odoo-bringout-oca-ocb-contacts)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [account_check_printing](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account_check_printing) - [account_check_printing](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account_check_printing)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [account_debit_note](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account_debit_note) - [account_debit_note](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account_debit_note)

View file

@ -2,4 +2,4 @@
This addon depends on: This addon depends on:
- [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/d1a41b644bc0feea2c1fb7d422a16116728e239c/odoo-bringout-oca-ocb-l10n_multilang) - [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/5d0e112691593397338acca9076447c4b70fa490/odoo-bringout-oca-ocb-l10n_multilang)

View file

@ -2,7 +2,7 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)
- [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/d1a41b644bc0feea2c1fb7d422a16116728e239c/odoo-bringout-oca-ocb-l10n_multilang) - [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/5d0e112691593397338acca9076447c4b70fa490/odoo-bringout-oca-ocb-l10n_multilang)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/d1a41b644bc0feea2c1fb7d422a16116728e239c/odoo-bringout-oca-ocb-l10n_multilang) - [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/5d0e112691593397338acca9076447c4b70fa490/odoo-bringout-oca-ocb-l10n_multilang)
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,4 +2,4 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)

View file

@ -2,4 +2,4 @@
This addon depends on: This addon depends on:
- [hr](https://github.com/bringout/oca-ocb-hr/tree/8ba7c48b948434a6e0f007fa4a42b2c2404b816a/odoo-bringout-oca-ocb-hr) - [hr](https://github.com/bringout/oca-ocb-hr/tree/dc4d96d97a2407971c6e29466115e665faf965ac/odoo-bringout-oca-ocb-hr)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [base](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base) - [base](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base)
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,4 +2,4 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)

View file

@ -2,4 +2,4 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,4 +2,4 @@
This addon depends on: This addon depends on:
- [l10n_pl](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_pl) - [l10n_pl](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_pl)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [l10n_pl](https://github.com/bringout/oca-ocb-l10n_europe/tree/36e2aa27a176c5064a887605456999c513fa115b/odoo-bringout-oca-ocb-l10n_pl) - [l10n_pl](https://github.com/bringout/oca-ocb-l10n_europe/tree/5af1c202d0eea9c5b26306bcc31c457a980ffea7/odoo-bringout-oca-ocb-l10n_pl)
- [sale_stock](https://github.com/bringout/oca-ocb-sale/tree/180760d29eed276994d9dc061dc7089d5bfe0014/odoo-bringout-oca-ocb-sale_stock) - [sale_stock](https://github.com/bringout/oca-ocb-sale/tree/671ef3554c94fdec41d5dc2b4451bdcfb9abf66e/odoo-bringout-oca-ocb-sale_stock)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [base](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base) - [base](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base)
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,5 +2,5 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)
- [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/d1a41b644bc0feea2c1fb7d422a16116728e239c/odoo-bringout-oca-ocb-l10n_multilang) - [l10n_multilang](https://github.com/bringout/oca-ocb-l10n_me-africa/tree/5d0e112691593397338acca9076447c4b70fa490/odoo-bringout-oca-ocb-l10n_multilang)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)

View file

@ -2,4 +2,4 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)

View file

@ -2,6 +2,6 @@
This addon depends on: This addon depends on:
- [account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-account) - [account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-account)
- [base_iban](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_iban) - [base_iban](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_iban)
- [base_vat](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_vat) - [base_vat](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_vat)