addons-cm/purchase_collective
2024-04-25 13:27:31 +02:00
..
data wip purchase_collective. 2022-03-24 09:02:45 +01:00
models [MIG] purchase_collective: Migration to 16.0 2024-01-11 10:42:00 +01:00
security [MIG] purchase_collective: Migration to 16.0 2024-01-11 10:42:00 +01:00
static/description fix missing license warning. Add readme to pass pre-commit 2024-04-25 13:27:31 +02:00
views [MIG] purchase_collective: Migration to 16.0 2024-01-11 10:42:00 +01:00
__init__.py wip purchase_collective. 2022-03-24 09:02:45 +01:00
__manifest__.py fix missing license warning. Add readme to pass pre-commit 2024-04-25 13:27:31 +02:00
README.rst fix missing license warning. Add readme to pass pre-commit 2024-04-25 13:27:31 +02:00

====================
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.