Skip to content

Commit

Permalink
Merge pull request OCA#99 from CharlineDumontet/3644_add_scenario
Browse files Browse the repository at this point in the history
[Action #8673] Add scenario for PLN
  • Loading branch information
mdietrichc2c committed Mar 15, 2017
2 parents 26fed79 + cc6dc8f commit a4d0355
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,32 @@

Feature: upgrade to 1.2.15

Scenario: assign xml_id to crm categ
Given I execute the SQL commands
"""
INSERT INTO ir_model_data (
noupdate,
name,
module,
model,
res_id
)
VALUES (
false,
'categ_claim_pln_incident',
'debonix_purchase_edi',
'crm.case.categ',
70
);
"""

Scenario: upgrade application version
Given I update the module list
Given I install the required modules with dependencies:
| name |
| specific_fct |
| toolstream_purchase_edi |
| debonix_purchase_edi |
| stockit_synchro |
Then my modules should have been installed and models reloaded

Expand Down

0 comments on commit a4d0355

Please sign in to comment.