mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[MIG][13.0] agreemnt_sale + black
This commit is contained in:
committed by
Pierrick Brun
parent
ba1b2085f5
commit
ca44eddb48
@@ -2,28 +2,21 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'Agreement Sale',
|
||||
'summary': "Agreement on sales",
|
||||
'version': '12.0.1.0.0',
|
||||
'category': 'Contract',
|
||||
'author': 'Akretion, '
|
||||
'Odoo Community Association (OCA)',
|
||||
'website': 'https://github.com/oca/contract',
|
||||
'license': 'AGPL-3',
|
||||
'depends': [
|
||||
'sale_management',
|
||||
'agreement',
|
||||
"name": "Agreement Sale",
|
||||
"summary": "Agreement on sales",
|
||||
"version": "13.0.1.0.0",
|
||||
"category": "Contract",
|
||||
"author": "Akretion, " "Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/oca/contract",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["sale_management", "agreement"],
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"views/agreement.xml",
|
||||
"views/sale_order.xml",
|
||||
"views/res_config_settings.xml",
|
||||
],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'views/agreement.xml',
|
||||
'views/sale_order.xml',
|
||||
'views/res_config_settings.xml',
|
||||
],
|
||||
'development_status': 'Beta',
|
||||
'maintainers': [
|
||||
'alexis-via',
|
||||
'bealdav',
|
||||
],
|
||||
'installable': True,
|
||||
"development_status": "Beta",
|
||||
"maintainers": ["alexis-via", "bealdav"],
|
||||
"installable": True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user