account_usability_akretion: update FR translation

Fix res.company form view
sale_usability: enable static terms on res.company form view
This commit is contained in:
Alexis de Lattre
2024-07-09 12:50:52 +02:00
parent b91abe54a5
commit dd0841385f
7 changed files with 79 additions and 53 deletions

View File

@@ -12,7 +12,7 @@
'website': 'http://www.akretion.com',
'depends': [
'sale',
# 'account_usability', # for company view
'account_usability_akretion', # for company view
'base_view_inheritance_extension',
],
'data': [
@@ -21,7 +21,7 @@
'views/sale_report.xml',
'views/product_pricelist_item.xml',
'views/account_move.xml',
# 'views/res_company.xml', TODO uncomment once account_usa is ported
'views/res_company.xml',
"views/res_partner.xml",
],
'installable': True,