product_usability: add field barcode_type

Remove field barcode_code128, which was buggy
This commit is contained in:
Alexis de Lattre
2022-05-16 19:30:48 +02:00
parent a89f1a9ae7
commit 9507d1fbd8
5 changed files with 53 additions and 28 deletions

View File

@@ -21,11 +21,14 @@ The usability enhancements include:
* hide description field on product (description_sale must be use instead of description)
* add a field barcode_type in product form view
This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>.
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['product'],
"external_dependencies": {"python": ["stdnum"]},
'data': [
'views/product_supplierinfo_view.xml',
'views/product_pricelist_view.xml',