fix missing license warning. Add readme to pass pre-commit
This commit is contained in:
parent
ed90fc24bc
commit
688782abd8
3 changed files with 523 additions and 37 deletions
75
purchase_collective/README.rst
Normal file
75
purchase_collective/README.rst
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
====================
|
||||
Collective Purchases
|
||||
====================
|
||||
|
||||
..
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:3de867dc126c0b86e4d1cf5583f6823d92094851b21e228b2b364b2d444f2ce1
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
:target: https://odoo-community.org/page/development-status
|
||||
:alt: Beta
|
||||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
|
||||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||
:alt: License: AGPL-3
|
||||
.. |badge3| image:: https://img.shields.io/badge/github-Criptomart%2Faddons_cm-lightgray.png?logo=github
|
||||
:target: https://github.com/Criptomart/addons_cm/tree/16.0/purchase_collective
|
||||
:alt: Criptomart/addons_cm
|
||||
|
||||
|badge1| |badge2| |badge3|
|
||||
|
||||
Compras Colectivas
|
||||
------------------
|
||||
|
||||
Éste módulo permite a varios usuarios de Odoo realizar una compra de
|
||||
productos a un mismo proveedor que acepta pedidos conjuntos. El Usuario
|
||||
que crea la orden es el encargado de distribuir los productos al resto
|
||||
de usuarios, cobrar de ellos y pagar al productor.
|
||||
|
||||
- modelo CollectivePurchases, con un campo que linka diferentes sales
|
||||
orders
|
||||
- crea un único albarán de salida al proveedor con la suma de todas las
|
||||
sale orders
|
||||
- cuando se recibe el cargamente del proveedor, una acción permite
|
||||
crear albaranes de entrega a los almacenes dde los nodo --> ¿poner en
|
||||
un módulo aparte y quitar la dependencia a network_partner?
|
||||
- nueva secuencia para collective order purchase
|
||||
- workflow propio, por añadir los estados de entrega en subalmacén y
|
||||
entrega al cliente.
|
||||
- reglas de seguridad y grupos.
|
||||
- extiende partner.network añadiendo un nuevo almacén que hace posible
|
||||
el flujo.
|
||||
|
||||
**Table of contents**
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
Bugs are tracked on `GitHub Issues <https://github.com/Criptomart/addons_cm/issues>`_.
|
||||
In case of trouble, please check there if your issue has already been reported.
|
||||
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
||||
`feedback <https://github.com/Criptomart/addons_cm/issues/new?body=module:%20purchase_collective%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
|
||||
Do not contact contributors directly about support or help with technical issues.
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
Authors
|
||||
-------
|
||||
|
||||
* Criptomart
|
||||
|
||||
Maintainers
|
||||
-----------
|
||||
|
||||
This module is part of the `Criptomart/addons_cm <https://github.com/Criptomart/addons_cm/tree/16.0/purchase_collective>`_ project on GitHub.
|
||||
|
||||
You are welcome to contribute.
|
||||
Loading…
Add table
Add a link
Reference in a new issue