From c742cfdd8eb50b7323545170160e6fe1db309238 Mon Sep 17 00:00:00 2001 From: lluna creixent Date: Tue, 5 May 2026 19:33:50 +0200 Subject: [PATCH 1/2] Add dpl project --- _projects/dpl.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 _projects/dpl.md diff --git a/_projects/dpl.md b/_projects/dpl.md new file mode 100644 index 0000000..ebefee6 --- /dev/null +++ b/_projects/dpl.md @@ -0,0 +1,7 @@ +--- +title: DisPensaLibros +link: Dis Pensa Llibres +text: > +
We are collaborating with Devcontrol in developing a set of Odoo modules for the management of book entities. Fills the Odoo gaps for book publishers, distributors and bookshops. Manages sales on consignment with all related settlements and stock returns. For publishers, manages book authors royalties from settled sales, even with multiple authors. Adds book related data to products like ISBN, authors and royalties receiver.

+ DisPensaLlibres in FramaGit: https://framagit.org/devcontrol/devcontrol_modules +--- From ff63fbaf7cfc23bd16e717a606e64b9b1b6c9c79 Mon Sep 17 00:00:00 2001 From: lluna creixent Date: Tue, 5 May 2026 19:34:07 +0200 Subject: [PATCH 2/2] Update gems --- Gemfile | 2 ++ Gemfile.lock | 12 +++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 09d5c1f..c50813e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,7 @@ source "https://rubygems.org" +gem "logger", ">= 1.6" + group :jekyll_plugins do gem "github-pages" gem "octopress-minify-html" diff --git a/Gemfile.lock b/Gemfile.lock index c8a89be..60f9224 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -214,8 +214,9 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.7.0) mercenary (0.3.6) - mini_portile2 (2.8.1) + mini_portile2 (2.8.9) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) @@ -225,10 +226,10 @@ GEM css_press multi_js (0.1.0) uglifier (~> 2) - nokogiri (1.14.1) - mini_portile2 (~> 2.8.0) + nokogiri (1.19.3) + mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.14.1-x86_64-linux) + nokogiri (1.19.3-x86_64-linux-gnu) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -242,7 +243,7 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.7) - racc (1.6.2) + racc (1.8.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -282,6 +283,7 @@ PLATFORMS DEPENDENCIES github-pages + logger (>= 1.6) octopress-minify-html webrick