Skip to content

Commit

Permalink
Add back intrastat
Browse files Browse the repository at this point in the history
Now it's merged in v9 branch
And add modules' branches in comments
  • Loading branch information
hparfr authored and florian-dacosta committed May 31, 2023
1 parent b128a91 commit 70cf673
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions delivery_roulier/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
'category': 'Warehouse',
'depends': [
'partner_helper',
'base_phone',
'base_phone', # from oca/telephony
'document',
'keychain',
'keychain', # from oca/server-tools
'base_suspend_security',
# 'intrastat_product', # not ported yet, customs will not work
'product_harmonized_system', # from oca/intrastat
'delivery_carrier_b2c',
],
'website': 'http://www.akretion.com/',
Expand All @@ -27,7 +27,7 @@
],
'external_dependencies': {
'python': [
'roulier', # 'git+https://github.com/akretion/roulier.git'
'roulier', # '>0.2'
],
},
'tests': [],
Expand Down

0 comments on commit 70cf673

Please sign in to comment.