An error occurred fetching the project authors.
- 10 Jan, 2020 1 commit
-
-
Arnaud Fontaine authored
ZODB Components: erp5_banking_core: Fix testERP5Banking{AccountingCancellation,BankAccountInventory,CheckDeposit} failures. BankingOperation monkey patches several ERP5 basic classes to add getBaobab* methods. With ERP5Banking Product on FS, BankingOperation was imported at Zope startup when loading Products and monkey patches were applied.
-
- 21 May, 2019 1 commit
-
-
Yusei Tahara authored
-
- 10 Mar, 2016 1 commit
-
-
Jérome Perrin authored
fixup! Movement: Add isMovingItem method to be possible check if the object is moving physically or not Delivery Cell follow the same logic as Deliver Line to decide if a movement is moving item. There is no "Delivery Movement" class yet, so I duplicate the method for now. Without this fix, item tracking no longer work when using variations.
-
- 04 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 21 Feb, 2013 1 commit
-
-
Jérome Perrin authored
getSimulationQuantity/Source/Destination.. getOrderQuantity/Source/Destination... getDeliveryQuantity/Source/Destination... Those methods were not used and were calling some non existing ZSQL Methods XXX wrong ! getSimulationQuantity is used !
-
- 11 Feb, 2013 1 commit
-
-
Kazuhiko Shiozaki authored
accept checked_permission parameter in explicit definition of getQuantityUnit() because checked_permissin='View' can be added in ERP5Form.Form.DefaultValue.__call__.
-
- 30 May, 2011 1 commit
-
-
Yusei Tahara authored
quantity_unit on cell must be acquired from line, not from resource.
-
- 06 Apr, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34287 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2010 1 commit
-
-
Nicolas Dumazet authored
What's the point? Mostly cleaning up pyflakes output: now, running it on those files does not give anymore cluttered output, but raises (almost) only valid human errors. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33558 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2009 1 commit
-
-
Sebastien Robin authored
order to make optimisation configuration in unit test - isIndexable is not a property any more, it is a ConstantGetter instance, so it works like a property and like a method - same thing for isPredicate, isTemplate, isDelivery... we can start moving using only methods. - do not define isTemplate, isDelivery... when it is already available thanks to inheritance - new methods generated for all ERP5 objects : provides[InterfaceName]. For instance, "providesIMovement()" will return True or False for any ERP5 object. - new method "is[Group]Type" generated for all ERP5 objects. The group here is group of portal types (like getPortalDeliveryTypeList()). So on any ERP5 object, you can do "isDeliveryType()", and this will returns True or False. - add tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Nov, 2009 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30410 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
On the way to Zope 2.12, Reform imports, specially from Globals (replacing it with Products.ERP5Type.Globals on the products that depend on ERP5Type), convert Interface uses to zope.interfaces, and remove CMFMailIn references with blessings from Jerome. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jun, 2009 2 commits
-
-
Jérome Perrin authored
class does not have to declare implementing the same interface again. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27547 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
(__implements__ is for zope2 intefaces) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27539 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jun, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 May, 2008 1 commit
-
-
Jérome Perrin authored
Add fast parameter in Movement._getTotalPrice (ignored, but here for consistency) Update _getTotalPrice / getTotalPrice on some Movement subclasses to support default argument (default is still 0.0) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21188 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Apr, 2008 1 commit
-
-
Alexandre Boeglin authored
* factorize getTotalPrice * set default value of fast to 0 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20854 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Apr, 2008 1 commit
-
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20548 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Jan, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12069 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Jul, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8507 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Apr, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6913 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Apr, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6517 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
Remove unneeded executable flags. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6280 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Mar, 2006 1 commit
-
-
Guillaume Michon authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5885 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jan, 2006 1 commit
-
-
Alexandre Boeglin authored
instead of View. (I ran some of the unit tests before comitting, and they reported no error) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Oct, 2005 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4150 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Sep, 2005 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3843 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Aug, 2005 1 commit
-
-
Romain Courteaud authored
Merged them (thx Jerome). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3592 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jul, 2005 1 commit
-
-
Romain Courteaud authored
exemple, rewrite the Matrixbox). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3486 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Jul, 2005 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3403 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Jul, 2005 2 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3393 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3392 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jun, 2005 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3278 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jun, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3151 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Apr, 2005 1 commit
-
-
Guillaume Michon authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2881 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Apr, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2800 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Mar, 2005 1 commit
-
-
Alexandre Boeglin authored
Removed references to target_quantity, target_start_date and target_stop_date from methods used to index deliveries in stock and movement tables, as Jean-Paul stated that they are not useful any longer. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2730 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Feb, 2005 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2539 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Feb, 2005 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2404 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Jan, 2005 1 commit
-
-
Jean-Paul Smets authored
fixed aq_dynamic related inheritance issue git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2348 20353a03-c40f-0410-a6d1-a30d3c3de9de
-