|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2428 lines, -103 lines) |
Patch |
 |
M |
.hgsub
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/.drone.yml
|
View
|
|
1 chunk |
+78 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/.flake8
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/.isort.cfg
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/COPYRIGHT
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/LICENSE
|
View
|
|
1 chunk |
+674 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/MANIFEST.in
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/README.rst
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/__init__.py
|
View
|
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/account.py
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/doc/conf.py
|
View
|
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/doc/design.rst
|
View
|
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/doc/index.rst
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/incoterm.py
|
View
|
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/incoterm.xml
|
View
|
|
1 chunk |
+129 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/message.xml
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/sale.py
|
View
|
|
1 chunk |
+224 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/sale.xml
|
View
|
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/setup.py
|
View
|
|
1 chunk |
+161 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/stock.py
|
View
|
|
1 chunk |
+222 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/stock.xml
|
View
|
|
1 chunk |
+66 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/tests/__init__.py
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/tests/scenario_carrier_carriage.rst
|
View
|
|
1 chunk |
+167 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/tests/test_module.py
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/tests/test_scenario.py
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/tox.ini
|
View
|
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/tryton.cfg
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/view/incoterm_form.xml
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/view/incoterm_list.xml
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/view/sale_carriage_form.xml
|
View
|
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/view/sale_carriage_list.xml
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/view/sale_form.xml
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/view/shipment_carriage_form.xml
|
View
|
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/view/shipment_carriage_form_sale.xml
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/view/shipment_carriage_list.xml
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/view/shipment_carriage_list_sale.xml
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
modules/carrier_carriage/view/shipment_form.xml
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
modules/carrier_percentage/sale.py
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
modules/carrier_subdivision/__init__.py
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
modules/carrier_subdivision/sale.py
|
View
|
|
2 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
modules/carrier_subdivision/setup.py
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
modules/carrier_subdivision/tests/test_module.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
modules/carrier_subdivision/tryton.cfg
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
modules/carrier_weight/sale.py
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
modules/purchase_shipment_cost/view/shipment_in_form.xml
|
View
|
|
1 chunk |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
modules/sale_shipment_cost/__init__.py
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
modules/sale_shipment_cost/message.xml
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
modules/sale_shipment_cost/sale.py
|
View
|
|
6 chunks |
+20 lines, -17 lines |
0 comments
|
Download
|
 |
M |
modules/sale_shipment_cost/stock.py
|
View
|
|
7 chunks |
+66 lines, -40 lines |
0 comments
|
Download
|
 |
M |
modules/sale_shipment_cost/view/shipment_out_form.xml
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
modules/stock_shipment_cost/CHANGELOG
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
modules/stock_shipment_cost/__init__.py
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
modules/stock_shipment_cost/stock.py
|
View
|
|
7 chunks |
+95 lines, -17 lines |
0 comments
|
Download
|
 |
M |
modules/stock_shipment_cost/tests/scenario_stock_shipment_cost.rst
|
View
|
|
2 chunks |
+3 lines, -8 lines |
0 comments
|
Download
|
 |
M |
modules/stock_shipment_cost/view/shipment_out_form.xml
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
modules/web_shop_vue_storefront/sale.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
readthedocs/carrier.rst
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|