Commit 0a009d0b authored by Yoshinori Okuji's avatar Yoshinori Okuji

2010-03-02 yo

* Take auto_planned into account for the views of Sale Invoice Transaction and Purchase Invoice Transaction.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33191 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 467e234d
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>python: object.getSimulationState() in (\'draft\', \'planned\', \'confirmed\')</string> </value> <value> <string>python: object.getSimulationState() in (\'draft\', \'planned\', \'confirmed\', \'auto_planned\')</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>python: object.getSimulationState() not in (\'draft\', \'planned\', \'confirmed\')</string> </value> <value> <string>python: object.getSimulationState() not in (\'draft\', \'planned\', \'confirmed\', \'auto_planned\')</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>python: object.getSimulationState() in (\'draft\', \'planned\', \'confirmed\')</string> </value> <value> <string>python: object.getSimulationState() in (\'draft\', \'planned\', \'confirmed\', \'auto_planned\')</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>python: object.getSimulationState() not in (\'draft\', \'planned\', \'confirmed\')</string> </value> <value> <string>python: object.getSimulationState() not in (\'draft\', \'planned\', \'confirmed\', \'auto_planned\')</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
2010-03-02 yo
* Take auto_planned into account for the views of Sale Invoice Transaction and Purchase Invoice Transaction.
2009-10-16 rafael 2009-10-16 rafael
* Update for the changes of new portal types of portal types. * Update for the changes of new portal types of portal types.
......
48 49
\ No newline at end of file \ No newline at end of file
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