Skip to content
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

[IMP] api: Add and enhance multiple endpoints for improved functionality #25

Open
wants to merge 35 commits into
base: 15.0
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
51c6765
[IMP] api: add and enhance several endpoints
JAntonioSalas Mar 6, 2024
2546815
[ADD] ks_dashboard_ninja: module to dashboard with AI
JAntonioSalas Jul 22, 2024
cf253b0
[ADD] base_user_role: module to extend the functionality regarding us…
JAntonioSalas Jul 23, 2024
dd045f3
[IMP] hantec_api_ecommerce: Endpoint to get product ID by internal re…
JAntonioSalas Sep 12, 2024
1251e14
[IMP] API: Search by name and create contact
JAntonioSalas Sep 12, 2024
3d3426e
[ADD] eg_lock_price: New module Lock Price
JAntonioSalas Sep 17, 2024
3de79f8
[ADD] sale_product_stock_app: New module sale product stock
JAntonioSalas Sep 19, 2024
e2a837f
[IMP] sale_product_stock_app: Add values in SaleWarehouseLine
JAntonioSalas Sep 19, 2024
7c87250
[IMP] sale_product_stock_app: Change position fields and string of f…
JAntonioSalas Sep 19, 2024
cd4ae90
[IMP] sale_product_stock_app: Translate tags
JAntonioSalas Sep 19, 2024
0a1994d
[IMP] hantec_api_ecommerce: new fields
JAntonioSalas Sep 19, 2024
9307de8
[IMP] hantec_api_ecommerce: new field
JAntonioSalas Sep 19, 2024
5ce8529
[REF] hantec_api_ecommerce: Remove optional fields.
JAntonioSalas Sep 25, 2024
669e493
[IMP] hantec_api_ecommerce: Remove required field
JAntonioSalas Sep 25, 2024
abe5c7c
[ADD] .gitmodules: Welcome Server Backend and Base_user_role module
hugho-ad Sep 26, 2024
c7dc735
Merge 15.0-add-user-role-module-hugho-ad into ecommerce
JAntonioSalas Sep 27, 2024
58dfa4d
[IMP] hantec_api_ecommerce: Allow more fields in invoices.
JAntonioSalas Oct 4, 2024
cf69b42
[IMP] hantec_api_ecommerce: Add new field in invoices.
JAntonioSalas Oct 4, 2024
c86a05a
[IMP] hantec_api_ecommerce: Add field in invoices if exists.
JAntonioSalas Oct 7, 2024
c6a810b
[MERGE] ecommerce: Get last version
JAntonioSalas Jan 23, 2025
a427f12
[FIX] sale_order: invalid field on model sale order
JAntonioSalas Jan 23, 2025
114ced2
[FIX] gitmodules: remove module
JAntonioSalas Jan 23, 2025
0bef203
[REL] ecommerce: update versions to 18
JAntonioSalas Jan 23, 2025
a034c49
Trigger update
JAntonioSalas Jan 23, 2025
692485c
[FIX]: hantec: update version manifest
JAntonioSalas Jan 23, 2025
5dd76f4
[ADD] server-backend: add module to gitmodules
JAntonioSalas Jan 23, 2025
2257aef
[FIX] gitmodules
JAntonioSalas Jan 23, 2025
9e38ff0
[FIX] gitmodules: branch version
JAntonioSalas Jan 23, 2025
f34acd4
[REM] gitmodules: remove submodule
JAntonioSalas Jan 23, 2025
46366ee
Trigger update
JAntonioSalas Jan 23, 2025
1c2ed12
Trigger update
JAntonioSalas Jan 23, 2025
847f979
[REV] gitmodules: reverting modules version
JAntonioSalas Jan 23, 2025
c10ad49
Trigger update
JAntonioSalas Jan 23, 2025
afd7ca7
[FIX] submodules: change branch to 17
JAntonioSalas Jan 23, 2025
9ed9ec1
[FIX] submodules: change branch to 15
JAntonioSalas Jan 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -39,4 +39,4 @@
[submodule "margin-analysis"]
path = margin-analysis
url = git@github.com:Vauxoo/margin-analysis.git
branch = 15.0
branch = 15.0
2 changes: 1 addition & 1 deletion hantec
Submodule hantec updated from 859dd5 to 27d1a0
61 changes: 61 additions & 0 deletions hantec_api_ecommerce/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@

Hantec Ecommerce
-------

Summary
-------

This module provides comprehensive tools to manage sales orders, invoices, shipping information, and customer contacts in Odoo. It includes endpoints for creating and updating various entities, enhancing the overall efficiency and reliability of business processes.


Authors and Maintainers
-----------------------

- Authors:
- C&O PROJECTS AND SOLUTIONS

- Maintainers:
- C&O PROJECTS AND SOLUTIONS

Development Status
------------------

The current development status of this module is:

- Development Status: **Beta**

License
-------

This module is licensed under the OEEL-1 (Odoo Enterprise Edition License v1.0)

Changelog
---------

Version 15.0.0

- Changed the phone suffix length from 4 to 5 in the `create_contact` endpoint to ensure correct matching of existing contacts.
- Changed response type for `/get_states_mexico endpoint`

Version 15.0.0

- Initial release with the following features:
- Added `/create_schedule_activity_invoice` endpoint.
- Added `/get_states_mexico` endpoint.
- Added `/get_inventory_by_sku` endpoint.
- Added `/get_inventory` endpoint.
- Added `/send_message_sale_order` endpoint.
- Added `/create_schedule_activity` endpoint.
- Added `/confirm_sale_order` endpoint.
- Added `/send_invoice_by_email/<int:invoice_id>` endpoint.
- Added `/stamp_invoice/<int:invoice_id>` endpoint.
- Added `/download_invoice/<int:invoice_id>` endpoint.
- Added `/get_shipping_info/<model("sale.order"):order>` endpoint.
- Added `/register_payment_invoice/<model("account.move"):invoice>` endpoint.
- Added `/invoice_sale_order` endpoint.
- Added `/update_sale_order` endpoint.
- Added `/create_sale_order` endpoint.
- Added `/delivery_address` endpoint.
- Added `/address_invoice` endpoint.
- Added `/update_contact` endpoint.
- Added `/create_contact` endpoint.
3 changes: 3 additions & 0 deletions hantec_api_ecommerce/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

from . import models
from . import controllers
12 changes: 12 additions & 0 deletions hantec_api_ecommerce/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Hantec API Ecommerce",
"summary": "Hantece API Ecommerce",
"version": "15.0.0",
"author": "C&O PROJECTS AND SOLUTIONS",
"license": "OEEL-1",
"category": "Sales Managment",
"depends": ["sale_management"],
"installable": True,
"development_status": "Production/Stable",
"maintainers": ["C&O PROJECTS AND SOLUTIONS"],
}
2 changes: 2 additions & 0 deletions hantec_api_ecommerce/controllers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

from . import main
752 changes: 752 additions & 0 deletions hantec_api_ecommerce/controllers/main.py

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions hantec_api_ecommerce/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

from . import sale_order
69 changes: 69 additions & 0 deletions hantec_api_ecommerce/models/sale_order.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
from odoo import fields, models


class SaleOrder(models.Model):
_inherit = "sale.order"

def get_shipping_info(self):
"""Retrieve shipping information for the sale order instance.
This method gathers shipping information related to the sale order, including
delivery address details and shipping records.
Returns:
dict: A dictionary containing the shipping information.
"""
# Delivery address data
shipping_address = self.partner_shipping_id
fields = [
"name",
"phone",
"email",
"street",
"street2",
"city",
"state_id",
"zip",
"country_id",
]
address_data = shipping_address.read(fields)[0] if shipping_address else {}

# Get related shipping records
pickings = self.picking_ids

# Prepare shipping data for the response
shipping_data = []
last_picking = None
for picking in pickings:
lines_data = [
{
"product": line.product_id.name,
"quantity": line.product_uom_qty,
"done": line.quantity_done,
"name": line.name,
}
for line in picking.move_lines
]

shipping_info = {
"name": picking.name,
"scheduled_date": picking.scheduled_date,
"state": picking.state,
"lines": lines_data,
"address_data": address_data,
}
shipping_data.append(shipping_info)
last_picking = picking

if last_picking:
shipping_data.append(
{
"sales_team": self.team_id.id,
"market_place_reference": self.channel_order_reference,
"sale_order_name": self.name,
"picking_id": last_picking.id,
"picking_name": last_picking.name,
}
)

return {"message": "Shipping data retrieved", "shipping_data": shipping_data}