Delta Between Two Patch Sets: tests/__init__.py
Issue 2142048 :
New module account_stock_continental (Closed)
Left Patch Set: Fix typo
Right Patch Set: Refactoring: base the code on supplier/customer instead of input/output
Use n/p to move between diff chunks;
N/P to move between comments.
Please Sign in to add in-line comments.
Jump to:
COPYRIGHT
INSTALL
LICENSE
MANIFEST.in
README
__init__.py
__tryton__.py
account.xml
doc/index.rst
product.py
product.xml
setup.py
stock.py
tests/__init__.py
tests/scenario_account_stock_continental.rst
tests/test_account_stock_continental.py
LEFT RIGHT
(no file at all) 1 #This file is part of Tryton. The COPYRIGHT file at the top level of
2 #this repository contains the full copyright notices and license terms.
3
4 from test_account_stock_continental import suite
LEFT RIGHT