product_library adds some fields to product and some utilities addons from OCA
This commit is contained in:
parent
9145e0cabe
commit
6c8876b991
334 changed files with 92878 additions and 0 deletions
26
product_library/__manifest__.py
Normal file
26
product_library/__manifest__.py
Normal file
|
@ -0,0 +1,26 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
{
|
||||
'name': 'Product Library',
|
||||
'category': 'Product',
|
||||
'summary': 'Add library related fields to product',
|
||||
'version': '0.1',
|
||||
'description': """
|
||||
|
||||
Add several fields to product for libraries
|
||||
==================================================
|
||||
Autor, coleccion, ISBN,....
|
||||
|
||||
""",
|
||||
'author': 'Criptomart',
|
||||
'depends': ['product'],
|
||||
'data': [
|
||||
'views/product.xml',
|
||||
#'views/templates.xml',
|
||||
'data/product_code_sequence.xml',
|
||||
],
|
||||
'demo': [],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
'application': True,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue