Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
LoisRForgeFlow committed Jun 20, 2017
1 parent b9fe01b commit bd08dfb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions purchase_date_planned_manual/README.rst
Expand Up @@ -8,19 +8,19 @@ Purchase Date Planned Manual

This module makes the system to always respect the planned (or scheduled)
date set by the user when creating a Purchase order or the day set in the
procurement order if the line is created from one.
procurement order if the line is created from there.

Additionally, this module modify the PO view to colour in red the lines that
are predicted to arrive late comparing its scheduled date and the vendor lead
time.
Additionally, this module modifies the PO views and sets in red the lines
that are predicted to arrive late compared to the scheduled date and vendor
lead time.

Usage
=====

To use this module, you need to:
To use this module you could follow any of the two options below:

#. Go to 'Purchase' and create a purchase order.
#. Set the scheduled date manually in the PO lines.
#. Manually set the scheduled date in the PO lines.
#. This date will never be modified by the system and the lines that are
expected to be late are highlighted in red.

Expand Down
3 changes: 2 additions & 1 deletion purchase_date_planned_manual/models/purchase_order.py
Expand Up @@ -54,7 +54,8 @@ def _get_date_planned(self, seller, po=False):
@api.multi
def action_delayed_line(self):
raise UserError(_('This line is scheduled for: %s. \n However, '
'it is predicted to arrive later.') %
'it is predicted to arrive late with '
'this planification.') %
self.date_planned)


Expand Down

0 comments on commit bd08dfb

Please sign in to comment.