Skip to content

Commit

Permalink
Isolated module description
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza authored and Ernesto Tejeda committed Jan 12, 2021
1 parent 4af57c4 commit 5bb3fb2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 29 deletions.
31 changes: 31 additions & 0 deletions purchase_landed_cost/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
This module manages your purchase expenses
==========================================

The functionality of this module is to provide a way to manage your purchase
costs more easily than the official module (stock_landed_cost) and allow to
distribute them with a lot of methods.

Main features:
--------------
* Possibility to assign landed cost afterwards in a separate screen.
* Management of expense types with preconfigured calculation methods.
* Distribution of costs based on weight, volume, product price, etc.
* Types marked as default are automatically added to each new purchase
distribution.
* Management orders shopping expenses associated with one or more entry slips.
* Upgrade cost price of products based on the costs.
* Currently only one type of upgrade cost is available: direct upgrade.

To-do:
------
* Ability to add expenses in multi currency.
* Purchase distribution report.

Contributors:
-------------
Joaquín Gutierrez <joaquing.pedrosa@gmail.com>
Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>

Icon:
-----
Thanks to Visual Pharm http://icons8.com
29 changes: 0 additions & 29 deletions purchase_landed_cost/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,35 +28,6 @@
'category': 'Purchase Management',
'website': 'http://www.gutierrezweb.es,http://www.odoomrp.com',
'summary': 'Purchase cost distribution',
'description': """
This module manages your purchase expenses
==========================================
The functionality of this module is to provide a way to manage your purchase
costs more easily than the official module (stock_landed_cost) and allow to
distribute them with a lot of methods.
Main features:
--------------
* Possibility to assign landed cost afterwards in a separate screen.
* Management of expense types with preconfigured calculation methods.
* Distribution of costs based on weight, volume, product price, etc.
* Types marked as default are automatically added to each new purchase
distribution.
* Management orders shopping expenses associated with one or more entry slips.
* Upgrade cost price of products based on the costs.
* Currently only one type of upgrade cost is available: direct upgrade.
To-do:
------
* Ability to add expenses in multi currency.
* Purchase distribution report.
Icon:
-----
Thanks to Visual Pharm http://icons8.com
""",

'depends': [
'stock',
'purchase',
Expand Down

0 comments on commit 5bb3fb2

Please sign in to comment.