Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1344)

Issue 2142048: New module account_stock_continental (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 7 months ago by ced
Modified:
13 years, 3 months ago
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : Fix typo #

Total comments: 8

Patch Set 3 : Fix debit/credit #

Patch Set 4 : Remove new journals in doc, add product and category and add move trigger #

Patch Set 5 : Add account move creation #

Patch Set 6 : Fix typo #

Patch Set 7 : Fix typo and add unittest and scenario #

Patch Set 8 : Fix stock move amount and complete scenario #

Patch Set 9 : Include scenario in tests #

Patch Set 10 : Add tearDown for doctest #

Patch Set 11 : Better naming for scenario file #

Total comments: 9

Patch Set 12 : Fix wrong dependency and typo #

Patch Set 13 : Add proteus as tests_require #

Patch Set 14 : Add support for inventory moves #

Patch Set 15 : Refactoring: base the code on supplier/customer instead of input/output #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1344 lines, -0 lines) Patch
A COPYRIGHT View 1 chunk +15 lines, -0 lines 0 comments Download
A INSTALL View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +32 lines, -0 lines 0 comments Download
A LICENSE View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +340 lines, -0 lines 0 comments Download
A MANIFEST.in View 1 2 3 4 5 6 7 1 chunk +11 lines, -0 lines 0 comments Download
A README View 1 chunk +36 lines, -0 lines 0 comments Download
A __init__.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -0 lines 0 comments Download
A __tryton__.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +24 lines, -0 lines 0 comments Download
A account.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +51 lines, -0 lines 0 comments Download
A doc/index.rst View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +37 lines, -0 lines 0 comments Download
A product.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +141 lines, -0 lines 0 comments Download
A product.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +70 lines, -0 lines 0 comments Download
A setup.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +62 lines, -0 lines 0 comments Download
A stock.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +149 lines, -0 lines 0 comments Download
A tests/__init__.py View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
A tests/scenario_account_stock_continental.rst View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +314 lines, -0 lines 0 comments Download
A tests/test_account_stock_continental.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +53 lines, -0 lines 0 comments Download

Messages

Total messages: 26
timitos
http://codereview.appspot.com/2142048/diff/2001/doc/index.rst File doc/index.rst (right): http://codereview.appspot.com/2142048/diff/2001/doc/index.rst#newcode9 doc/index.rst:9: - Account Stock: The account which is used to ...
13 years, 7 months ago (2010-09-15 16:41:25 UTC) #1
ced
13 years, 7 months ago (2010-09-15 16:54:10 UTC) #2
ced
http://codereview.appspot.com/2142048/diff/2001/doc/index.rst File doc/index.rst (right): http://codereview.appspot.com/2142048/diff/2001/doc/index.rst#newcode9 doc/index.rst:9: - Account Stock: The account which is used to ...
13 years, 7 months ago (2010-09-15 16:58:26 UTC) #3
timitos
ok
13 years, 7 months ago (2010-09-15 17:02:01 UTC) #4
timitos
On 2010/09/15 16:58:26, ced wrote: > http://codereview.appspot.com/2142048/diff/2001/doc/index.rst > File doc/index.rst (right): > > http://codereview.appspot.com/2142048/diff/2001/doc/index.rst#newcode9 > ...
13 years, 7 months ago (2010-09-15 17:24:34 UTC) #5
ced
13 years, 7 months ago (2010-09-20 21:41:22 UTC) #6
ced
13 years, 7 months ago (2010-09-28 21:20:53 UTC) #7
ced
13 years, 5 months ago (2010-11-24 19:42:25 UTC) #8
ced
13 years, 5 months ago (2010-11-28 23:12:10 UTC) #9
ced
13 years, 5 months ago (2010-11-29 21:36:44 UTC) #10
yangoon1
13 years, 5 months ago (2010-11-29 22:59:34 UTC) #11
ced
13 years, 5 months ago (2010-12-02 00:02:53 UTC) #12
ced
13 years, 5 months ago (2010-12-02 00:05:59 UTC) #13
ced
13 years, 5 months ago (2010-12-02 12:52:10 UTC) #14
yangoon1
http://codereview.appspot.com/2142048/diff/64001/INSTALL File INSTALL (right): http://codereview.appspot.com/2142048/diff/64001/INSTALL#newcode9 INSTALL:9: * trytond_account (http://www.tryton.org/) * trytond_account_product (http://www.tryton.org/) is missing, but ...
13 years, 5 months ago (2010-12-05 20:14:06 UTC) #15
ced
13 years, 5 months ago (2010-12-05 20:51:40 UTC) #16
ced
http://codereview.appspot.com/2142048/diff/64001/stock.py File stock.py (right): http://codereview.appspot.com/2142048/diff/64001/stock.py#newcode81 stock.py:81: # Input On 2010/12/05 20:14:06, yangoon wrote: > comment ...
13 years, 5 months ago (2010-12-05 20:51:45 UTC) #17
yangoon1
http://codereview.appspot.com/2142048/diff/64001/tests/scenario_account_stock_continental.rst File tests/scenario_account_stock_continental.rst (right): http://codereview.appspot.com/2142048/diff/64001/tests/scenario_account_stock_continental.rst#newcode9 tests/scenario_account_stock_continental.rst:9: Imports:: On 2010/12/05 20:51:45, ced wrote: > On 2010/12/05 ...
13 years, 5 months ago (2010-12-05 21:35:02 UTC) #18
yangoon1
Testing on an updated database shows strange behavior for switch view on products. Instead of ...
13 years, 5 months ago (2010-12-05 22:02:23 UTC) #19
ced
http://codereview.appspot.com/2142048/diff/64001/tests/scenario_account_stock_continental.rst File tests/scenario_account_stock_continental.rst (right): http://codereview.appspot.com/2142048/diff/64001/tests/scenario_account_stock_continental.rst#newcode9 tests/scenario_account_stock_continental.rst:9: Imports:: On 2010/12/05 21:35:03, yangoon wrote: > On 2010/12/05 ...
13 years, 5 months ago (2010-12-05 22:12:03 UTC) #20
ced
On 2010/12/05 22:02:23, yangoon wrote: > Testing on an updated database shows strange behavior for ...
13 years, 5 months ago (2010-12-05 22:12:26 UTC) #21
ced
13 years, 5 months ago (2010-12-05 22:19:34 UTC) #22
yangoon1
On 2010/12/05 22:12:26, ced wrote: > On 2010/12/05 22:02:23, yangoon wrote: > > Testing on ...
13 years, 5 months ago (2010-12-06 18:26:18 UTC) #23
ced
13 years, 4 months ago (2010-12-16 07:13:59 UTC) #24
yangoon
13 years, 4 months ago (2010-12-31 12:33:22 UTC) #25
ced
13 years, 3 months ago (2011-01-09 16:10:27 UTC) #26

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b