Delta Between Two Patch Sets: MANIFEST.in
Issue 2142048 :
New module account_stock_continental (Closed)
Left Patch Set: Remove new journals in doc, add product and category and add move trigger
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
1 include INSTALL 1 include INSTALL
2 include README 2 include README
3 include TODO 3 include TODO
4 include COPYRIGHT 4 include COPYRIGHT
5 include CHANGELOG 5 include CHANGELOG
6 include LICENSE 6 include LICENSE
7 include *.xml 7 include *.xml
8 include *.odt 8 include *.odt
9 include *.csv 9 include *.csv
10 include doc/* 10 include doc/*
11 include tests/*.rst
LEFT RIGHT