-
-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] crm_claim_code: Migration to 10.0
- Loading branch information
Showing
22 changed files
with
117 additions
and
505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,27 @@ | ||
# -*- coding: utf-8 -*- | ||
# © 2015 Serv. Tec. Avanzados - Pedro M. Baeza (http://www.serviciosbaeza.com) | ||
# © 2015 AvanzOsc (http://www.avanzosc.es) | ||
# Copyright 2015 Serv. Tec. Avanzados - Pedro M. Baeza (http://www.serviciosbaeza.com) | ||
# Copyright 2015 AvanzOsc (http://www.avanzosc.es) | ||
# Copyright 2017 Tecnativa - Vicent Cubells <vicent.cubells@tecnativa.com> | ||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). | ||
|
||
{ | ||
"name": "Sequential Code for Claims", | ||
"version": "9.0.1.0.0", | ||
"version": "10.0.1.0.0", | ||
"category": "Customer Relationship Management", | ||
"author": "OdooMRP team, " | ||
"AvanzOSC, " | ||
"Tecnativa, " | ||
"Odoo Community Association (OCA)", | ||
"website": "http://www.avanzosc.es", | ||
"license": "AGPL-3", | ||
"contributors": [ | ||
"Pedro M. Baeza <pedro.baeza@tecnativa.com>", | ||
"Ana Juaristi <ajuaristo@gmail.com>", | ||
"Iker Coranti <ikercoranti@avanzosc.com>", | ||
"Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>", | ||
"Alfredo de la Fuente <alfredodelafuente@avanzosc.es>", | ||
"Cyril Gaudin <cyril.gaudin@camptocamp.com>", | ||
], | ||
"depends": [ | ||
"crm_claim", | ||
], | ||
"data": [ | ||
"views/crm_claim_view.xml", | ||
"data/claim_sequence.xml", | ||
], | ||
'installable': False, | ||
'installable': True, | ||
"pre_init_hook": "create_code_equal_to_id", | ||
"post_init_hook": "assign_old_sequences", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<openerp> | ||
<data noupdate="1"> | ||
<record id="sequence_claim" model="ir.sequence"> | ||
<field name="name">Claim Code</field> | ||
<field name="code">crm.claim</field> | ||
<field eval="4" name="padding" /> | ||
<field name="prefix">CLM</field> | ||
</record> | ||
</data> | ||
</openerp> | ||
<odoo noupdate="1"> | ||
|
||
<record id="sequence_claim" model="ir.sequence"> | ||
<field name="name">Claim Code</field> | ||
<field name="code">crm.claim</field> | ||
<field eval="4" name="padding" /> | ||
<field name="prefix">CLM</field> | ||
</record> | ||
|
||
</odoo> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.