diff --git a/crm_claim_rma_code/README.rst b/crm_claim_rma_code/README.rst index 6a0430ad..1c3d0148 100644 --- a/crm_claim_rma_code/README.rst +++ b/crm_claim_rma_code/README.rst @@ -27,7 +27,7 @@ To use this module, you need to create new claims based on the configuration set .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/145/8.0 + :target: https://runbot.odoo-community.org/runbot/145/9.0 For further information, please visit: @@ -40,7 +40,6 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback -`here `_. Credits ======= diff --git a/crm_claim_rma_code/__init__.py b/crm_claim_rma_code/__init__.py index 001e1f21..cde864ba 100644 --- a/crm_claim_rma_code/__init__.py +++ b/crm_claim_rma_code/__init__.py @@ -1,22 +1,3 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# Copyright 2015 Vauxoo -# Author: Osval Reyes, Yanina Aular -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## from . import models diff --git a/crm_claim_rma_code/__openerp__.py b/crm_claim_rma_code/__openerp__.py index 225a96d9..aa0855d8 100644 --- a/crm_claim_rma_code/__openerp__.py +++ b/crm_claim_rma_code/__openerp__.py @@ -1,27 +1,10 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# Copyright 2015 Vauxoo -# Author: Osval Reyes, Yanina Aular -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# © 2015 Vauxoo +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'CRM Claim RMA Code', - 'version': '8.0.1.0.0', + 'version': '9.0.1.0.0', 'category': 'Generic Modules/CRM & SRM', 'author': 'Vauxoo,Odoo Community Association (OCA)', 'website': 'http://www.vauxoo.com/', @@ -34,6 +17,5 @@ 'data/ir_sequence_type.xml', 'views/crm_claim_type.xml', ], - 'active': True, - 'installable': False, + 'installable': True, } diff --git a/crm_claim_rma_code/data/ir_sequence_type.xml b/crm_claim_rma_code/data/ir_sequence_type.xml index 9aa1952b..d298f598 100644 --- a/crm_claim_rma_code/data/ir_sequence_type.xml +++ b/crm_claim_rma_code/data/ir_sequence_type.xml @@ -1,69 +1,47 @@ - - - - - CRM Claim Supplier - crm.claim.rma.supplier - + + + + CRM Claim Supplier + crm.claim.rma.supplier + 5 + RMA-V/%(year)s/ + - - CRM Claim Supplier - crm.claim.rma.supplier - 5 - RMA-V/%(year)s/ - + + CRM Claim Client + crm.claim.rma.customer + 5 + RMA-C/%(year)s/ + - - CRM Claim Client - crm.claim.rma.customer - + + CRM Claim + crm.claim.rma.basic + 5 + RMA/%(year)s/ + - - CRM Claim Client - crm.claim.rma.customer - 5 - RMA-C/%(year)s/ - + + Claim Line + claim.line + + no_gap + RMA-R/ + - - CRM Claim - crm.claim.rma.basic - + + + + - - CRM Claim - crm.claim.rma.basic - 5 - RMA/%(year)s/ - - - - Claim Line - claim.line - - - - Claim Line - claim.line - - no_gap - RMA-R/ - - - - - - - - - - - - + + + + diff --git a/crm_claim_rma_code/models/__init__.py b/crm_claim_rma_code/models/__init__.py index 9810edcc..f420ec79 100644 --- a/crm_claim_rma_code/models/__init__.py +++ b/crm_claim_rma_code/models/__init__.py @@ -1,22 +1,3 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# Copyright 2015 Vauxoo -# Author: Osval Reyes, Yanina Aular -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## from . import crm_claim_type diff --git a/crm_claim_rma_code/models/crm_claim_type.py b/crm_claim_rma_code/models/crm_claim_type.py index a13c29e5..7e036385 100644 --- a/crm_claim_rma_code/models/crm_claim_type.py +++ b/crm_claim_rma_code/models/crm_claim_type.py @@ -1,23 +1,7 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# Copyright 2015 Vauxoo -# Author: Osval Reyes, Yanina Aular -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# © 2015 Vauxoo +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + from openerp import fields, models diff --git a/crm_claim_rma_code/views/crm_claim_type.xml b/crm_claim_rma_code/views/crm_claim_type.xml index 6c178e42..5ceba7ca 100644 --- a/crm_claim_rma_code/views/crm_claim_type.xml +++ b/crm_claim_rma_code/views/crm_claim_type.xml @@ -1,25 +1,23 @@ - - - - crm.claim.type.form - crm.claim.type - - - - - - - - - crm.claim.type.tree - crm.claim.type - - - - - - - - - + + + crm.claim.type.form + crm.claim.type + + + + + + + + + crm.claim.type.tree + crm.claim.type + + + + + + + + diff --git a/oca_dependencies.txt b/oca_dependencies.txt new file mode 100644 index 00000000..10b7b54c --- /dev/null +++ b/oca_dependencies.txt @@ -0,0 +1 @@ +crm