Commit 7c6590ba authored by Jérome Perrin's avatar Jérome Perrin

tax_return: commit to demonstrate a business template problem

With portal_type of portal_type, when we export the portal type configuration as path portal_types/XXX/** then portal type "configuration items"  (roles, actions, etc) id is not stable. This may be workaround by not setting last_id, but this will still cause problem when updating I guess ...
parent 0a0c30dd
......@@ -40,7 +40,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>4</string> </value>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>reference</string> </key>
......
......@@ -40,7 +40,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>5</string> </value>
<value> <string>3</string> </value>
</item>
<item>
<key> <string>reference</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment