Compare commits
1 Commits
10.0-ADD-m
...
9-wrong
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
217a6018c8 |
24
product_search_supplier_code/README.rst
Normal file
24
product_search_supplier_code/README.rst
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
|
||||||
|
:alt: License
|
||||||
|
|
||||||
|
|
||||||
|
Product search
|
||||||
|
==============
|
||||||
|
|
||||||
|
This module allows to search product by its suppliers'code'.
|
||||||
|
It also allow to search stock picking by its suppliers'code'.
|
||||||
|
|
||||||
|
|
||||||
|
Setting
|
||||||
|
=======
|
||||||
|
|
||||||
|
No setting required.
|
||||||
|
|
||||||
|
|
||||||
|
Credits
|
||||||
|
=======
|
||||||
|
|
||||||
|
Contributors
|
||||||
|
------------
|
||||||
|
* Florian da Costa <florian.dacosta@akretion.com>
|
||||||
|
* Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
|
||||||
@@ -1,25 +1,7 @@
|
|||||||
# -*- encoding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
##############################################################################
|
# © 2013-TODAY Akretion (http://www.akretion.com)
|
||||||
#
|
# @author Florian da Costa <florian.dacosta@akretion.com>
|
||||||
# Stock Display Sale ID module for OpenERP
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||||
# Copyright (C) 2015 Akretion (http://www.akretion.com)
|
|
||||||
# @author Florian da Costa <florian.dacosta@akretion.com>
|
|
||||||
#
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Affero General Public License as
|
|
||||||
# published by the Free Software Foundation, either version 3 of the
|
|
||||||
# License, or (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Product Search Supplier Code',
|
'name': 'Product Search Supplier Code',
|
||||||
@@ -31,8 +13,8 @@
|
|||||||
'website': 'http://www.akretion.com',
|
'website': 'http://www.akretion.com',
|
||||||
'depends': ['product', 'stock'],
|
'depends': ['product', 'stock'],
|
||||||
'data': [
|
'data': [
|
||||||
'product_view.xml',
|
'views/product_view.xml',
|
||||||
'picking_view.xml',
|
'views/picking_view.xml',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'active': False,
|
'active': False,
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
# Translation of OpenERP Server.
|
|
||||||
# This file contains the translation of the following modules:
|
|
||||||
#
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: OpenERP Server 7.0\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2015-10-30 12:56+0000\n"
|
|
||||||
"PO-Revision-Date: 2015-10-30 12:56+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: product_search_supplier_code
|
|
||||||
#: view:product.product:0
|
|
||||||
msgid "Supplier Default Code"
|
|
||||||
msgstr "Référence Fournisseur"
|
|
||||||
|
|
||||||
@@ -2,9 +2,9 @@
|
|||||||
<openerp>
|
<openerp>
|
||||||
<data>
|
<data>
|
||||||
|
|
||||||
<record id="picking_in_supplier_code_search" model="ir.ui.view">
|
<record id="stock_picking_supplier_code_search" model="ir.ui.view">
|
||||||
<field name="model">stock.picking.in</field>
|
<field name="model">stock.picking</field>
|
||||||
<field name="inherit_id" ref="stock.view_picking_in_search"/>
|
<field name="inherit_id" ref="stock.view_picking_internal_search"/>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<field name="product_id" position="after">
|
<field name="product_id" position="after">
|
||||||
<field name="move_lines" string="Supplier Default Code"
|
<field name="move_lines" string="Supplier Default Code"
|
||||||
Reference in New Issue
Block a user