- 22 Jun, 2009 24 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27730 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27729 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27728 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- add test to testBPMCore.py proving that changing resource will reexpannd properly - in TradeModelRule.py and TradeCondition.py use reference to compare documents, and set reference property on documents, as resource is not stable enough git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27727 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
'erp5_invoicing', 'erp5_simplified_invoicing', 'erp5_advanced_invoicing'. So these test-cases requires the erp5_simplified_invoicing business template to work the tests compatibly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27726 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
* the erp5_invoicing is split into three business templates; 'erp5_invoicing', 'erp5_simplified_invoicing' and 'erp5_advanced_invoicing'. the erp5_invoicing now only have common invoicing setting. - When you want them to work compatible with previous erp5_invoicing you just install 'erp5_invoicing' and 'erp5_simplified_invoicing' - When you want to create invoices independently, you just install 'erp5_invoicing' and 'erp5_advanced_invoicing'. Note: You can not install both 'erp5_simplified_invoicing' and 'erp5_advanced_invoicing' together. They cause conflicts. * Move Allowed Content Type 'Discount Line', 'Invoice Line', 'Payment Condition', 'Tax Line' to erp5_simplified_invoicing * Move Base Category 'specialise' to erp5_simplified_invoicing * Move Actions to erp5_simplified_invoicing * Move Paths 'purchase_invoice_builder', 'purchase_invoice_tax_builder', 'purchase_invoice_transaction_builder' 'sale_invoice_builder', 'sale_invoice_tax_builder', 'sale_invoice_transaction_builder' to erp5_simplified_invoicing git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27725 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27723 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
This fix makes search dialogs work even if datetime field is included. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27722 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Remove the useless '**kw' parameter (state_change is the only possible parameter for workflow scripts) and provide a way to pass parameters to the activate call. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27721 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
present if a category is added git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27720 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27719 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27718 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27717 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27716 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- on this technical view report_tree is enough to limit amount of subobjects, and not showing full list can lead developer to take disastrous decision so always show full list git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27715 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27714 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27713 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27712 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
supply line is the same as the price currency from the context. Update tests that where not respecting this, and add new test to prove new behaviour. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27711 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27710 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
* set quantity unit on invoice lines git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27709 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
set quantity unit on invoice lines git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27708 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27707 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Fix two bugs. First bug was that `Proxify` did not delegate value when original value was not empty string but an empty list or false value. Second one is that `Unproxify` did not copy delegated values when the root template field was an old field instance and did not have recently added properties. Add `keep empty value` option. If this option is true, then emply property will not be delegated and will be kept as empty. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27706 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jun, 2009 8 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27705 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* us my_view_mode_listbox instead of my_list_mode_listbox as the template of WebSection_viewContent/listbox. * update WebSection_viewContentList form to use recent field libraries. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27703 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
revert r.20005 because we already have getColumnPropertyTypeName in r.19551 a bit lower of this code and this code has no effect. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27702 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27701 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27700 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27699 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* add a LinkField in Web Site and Web Section to view Web Site or Web Section in web mode, that is useful in ignore_layout mode. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27698 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jun, 2009 8 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27697 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* Use lxml to produce XML view * Update XMLToForm to follow escaping changes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27696 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27695 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- setSourceDebit(-1) will set cancellation amount - inventory API treat a movement of quantity -1 as an input movement if cancellation amount is set - s/getSource/DestinationTotalAssetDebit/Credit also support cancellation amount like s/getSource/DestinationDebit/Credit git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27694 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27693 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
the way to remove movement that should not be created was wrong. Using the reference of movement to find corresponding model_line and remove the movements of the model lines that should not be created is better. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27692 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* RelationStringFields are using ZSQLCatalog to generate the right syntax. The previous syntax generated by SelectionTool was incorrect. There is now quote around values. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27691 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
Removing causality link from movement should make catalog a bit faster. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27690 20353a03-c40f-0410-a6d1-a30d3c3de9de
-