- 
                Notifications
    
You must be signed in to change notification settings  - Fork 173
 
8.0 purchase suggest supplierinfo on product #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Closed
      
      
    
  
     Closed
                    Changes from all commits
      Commits
    
    
            Show all changes
          
          
            4 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      996c2a6
              
                add purchase_suggest_supplierinfo_on_product
              
              
                chafique-delli 6576cba
              
                update qty_to_order when write purchase_suggest and update domain wit…
              
              
                chafique-delli ee91b30
              
                finalization of the purchase_suggest_supplierinfo_on_product module
              
              
                chafique-delli de8063d
              
                complete french translate and fix test on qty_to_order of purchase su…
              
              
                chafique-delli File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # -*- coding: utf-8 -*- | ||
| # © 2016 Chafique DELLI @ Akretion | ||
| # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
| 
     | 
||
| from . import wizard | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # -*- coding: utf-8 -*- | ||
| # © 2016 Chafique DELLI @ Akretion | ||
| # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
| { | ||
| 'name': 'Purchase Suggest Supplierinfo on Product', | ||
| 'summary': 'Replace orderpoints by supplierinfo on product', | ||
| 'version': '8.0.1.0.0', | ||
| 'category': 'Purchase Management', | ||
| 'website': 'http://akretion.com', | ||
| 'author': 'Akretion', | ||
| 'license': 'AGPL-3', | ||
| 'installable': True, | ||
| 'depends': [ | ||
| 'purchase_suggest', | ||
| 'product_variant_supplierinfo' | ||
| ], | ||
| 'data': [ | ||
| 'wizard/purchase_suggest_view.xml', | ||
| ] | ||
| } | ||
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,74 @@ | ||
| # Translation of Odoo Server. | ||
| # This file contains the translation of the following modules: | ||
| # * purchase_suggest_supplierinfo_on_product | ||
| # | ||
| msgid "" | ||
| msgstr "" | ||
| "Project-Id-Version: Odoo Server 8.0\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "POT-Creation-Date: 2016-07-04 13:57+0000\n" | ||
| "PO-Revision-Date: 2016-07-04 13:57+0000\n" | ||
| "Last-Translator: <>\n" | ||
| "Language-Team: \n" | ||
| "MIME-Version: 1.0\n" | ||
| "Content-Type: text/plain; charset=UTF-8\n" | ||
| "Content-Transfer-Encoding: \n" | ||
| "Plural-Forms: \n" | ||
| 
     | 
||
| #. module: purchase_suggest_supplierinfo_on_product | ||
| #: view:purchase.suggest.generate:purchase_suggest_supplierinfo_on_product.purchase_suggest_generate_form | ||
| msgid "Create Purchase Orders" | ||
| msgstr "Créer les commandes d'achat" | ||
| 
     | 
||
| #. module: purchase_suggest_supplierinfo_on_product | ||
| #: view:purchase.suggest.generate:purchase_suggest_supplierinfo_on_product.purchase_suggest_generate_form | ||
| msgid "More" | ||
| msgstr "Autres options" | ||
| 
     | 
||
| #. module: purchase_suggest_supplierinfo_on_product | ||
| #: view:purchase.suggest.generate:purchase_suggest_supplierinfo_on_product.purchase_suggest_generate_form | ||
| msgid "Once you have changed the Draft PO Quantity for all the lines you would like to re-order, select this lines and click on" | ||
| msgstr "Une fois que vous avez modifié la quantité de la demande de prix pour toutes les lignes pour lesquelles vous souhaitez re-commander, sélectionnez ces lignes et cliquer sur" | ||
| 
     | 
||
| #. module: purchase_suggest_supplierinfo_on_product | ||
| #: model:ir.model,name:purchase_suggest_supplierinfo_on_product.model_purchase_suggest | ||
| msgid "Purchase Suggestions" | ||
| msgstr "Suggestion réappro" | ||
| 
     | 
||
| #. module: purchase_suggest_supplierinfo_on_product | ||
| #: model:ir.model,name:purchase_suggest_supplierinfo_on_product.model_purchase_suggest_generate | ||
| msgid "Start to generate the purchase suggestions" | ||
| msgstr "Commencer à générer les suggestions d'achat" | ||
| 
     | 
||
| #. module: purchase_suggest_supplierinfo_on_product | ||
| #: code:addons/purchase_suggest_supplierinfo_on_product/wizard/purchase_suggest.py:111 | ||
| #, python-format | ||
| msgid "The new quantity for the existing purchase order line can not be less than the old quantity" | ||
| msgstr "La nouvelle quantité pour la ligne de commande d'achat existante ne peut pas être inférieure à l'ancienne quantité" | ||
| 
     | 
||
| #. module: purchase_suggest_supplierinfo_on_product | ||
| #: view:purchase.suggest.generate:purchase_suggest_supplierinfo_on_product.purchase_suggest_generate_form | ||
| msgid "The purchase suggestion lines display as much information as possible to help you take the decision on the quantity that you would like to re-order. When you have decided the quantity you want to re-order, add the quantity at the value in the Draft PO Quantity column." | ||
| msgstr "Les lignes de suggestion d'achat affichent autant d'informations que possible afin de vous aider à évaluer la quantité à re-commander. Quand vous avez décidé de la quantité à re-commander, ajouter cette quantité à la valeur de la colonne Quantité Demande de Prix." | ||
| 
     | 
||
| #. module: purchase_suggest_supplierinfo_on_product | ||
| #: code:addons/purchase_suggest_supplierinfo_on_product/wizard/purchase_suggest.py:95 | ||
| #, python-format | ||
| msgid "There are no purchase suggestions to generate." | ||
| msgstr "Aucune suggestion d'achat à faire." | ||
| 
     | 
||
| #. module: purchase_suggest_supplierinfo_on_product | ||
| #: view:purchase.suggest:purchase_suggest_supplierinfo_on_product.purchase_suggest_tree | ||
| msgid "context.get('purchase_suggest_supplier')" | ||
| msgstr "context.get('purchase_suggest_supplier')" | ||
| 
     | 
||
| #. module: purchase_suggest_supplierinfo_on_product | ||
| #: view:purchase.suggest.generate:purchase_suggest_supplierinfo_on_product.purchase_suggest_generate_form | ||
| msgid "if found product then it will create a purchase suggestion line" | ||
| msgstr "il sera créé autant de lignes de suggestion d'achat que de produits trouvés" | ||
| 
     | 
||
| #. module: purchase_suggest_supplierinfo_on_product | ||
| #: view:purchase.suggest.generate:purchase_suggest_supplierinfo_on_product.purchase_suggest_generate_form | ||
| msgid "it will search all the products linked to the selected stock location and suppliers, limited to the product categories if some were selected" | ||
| msgstr "il recherchera tous les produits pour les emplacements et les fournisseurs sélectionnés, en filtrant également sur la catégorie si l'option a été renseignée" | ||
| 
     | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| # -*- coding: utf-8 -*- | ||
| # © 2016 Chafique DELLI @ Akretion | ||
| # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
| 
     | 
||
| 
     | 
||
| from . import purchase_suggest | 
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you add a description, I don't understand what for is your module ?