Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LoisRForgeFlow committed Mar 8, 2017
1 parent 228948e commit 0d1dd07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions subcontracted_service/README.rst
Expand Up @@ -16,8 +16,9 @@ Configuration

To configure this module, you need to:

#. Configure you service product to check ``property_subcontracted_service``
in product form if this product should trigger a procurement.
#. Configure your service product with the flag
``property_subcontracted_service`` in product form if this product should
trigger a procurement.
#. Add supplier in your product form.
#. Additionally and despite a predefined rule is created in each warehouse,
you can configure the 'Subcontracting_service procurement rule' for each
Expand Down
2 changes: 1 addition & 1 deletion subcontracted_service/models/warehouse.py
Expand Up @@ -11,7 +11,7 @@ class StockWarehouse(models.Model):

subcontracting_service_proc_rule_id = fields.Many2one(
comodel_name='procurement.rule',
string="Subcontracting_service procurement rule"
string="Subcontracting Service Procurement Rule"
)

@api.multi
Expand Down

0 comments on commit 0d1dd07

Please sign in to comment.